func go/types.arrayPtrDeref

5 uses

	go/types (current package)
		builtins.go#L150: 		switch t := arrayPtrDeref(under(x.typ)).(type) {
		builtins.go#L189: 				switch t := arrayPtrDeref(u).(type) {
		builtins.go#L1104: func arrayPtrDeref(typ Type) Type {
		range.go#L42: 		if t, ok := arrayPtrDeref(under(x.typ)).(*Array); ok {
		range.go#L222: 	switch typ := arrayPtrDeref(rtyp).(type) {